Proper connect_port
[juce-lv2.git] / juce / source / extras / example projects / Builds / iOS / Info.plist
blob7d2e93cd2718cad24576807d7615db41d1f1d02b
1 <?xml version="1.0" encoding="UTF-8"?>
3 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4 <plist>
5 <dict>
6 <key>LSRequiresIPhoneOS</key>
7 <true/>
8 <key>CFBundleExecutable</key>
9 <string>${EXECUTABLE_NAME}</string>
10 <key>CFBundleIconFile</key>
11 <string></string>
12 <key>CFBundleIdentifier</key>
13 <string>com.rawmaterialsoftware.jucehelloworld</string>
14 <key>CFBundleName</key>
15 <string>HelloWorld</string>
16 <key>CFBundlePackageType</key>
17 <string>APPL</string>
18 <key>CFBundleSignature</key>
19 <string>????</string>
20 <key>CFBundleShortVersionString</key>
21 <string>1.0.0</string>
22 <key>CFBundleVersion</key>
23 <string>1.0.0</string>
24 </dict>
25 </plist>